home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Control Common
/
CCFragResource.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-12-20
|
441 b
|
20 lines
|
[
TEXT/CWIE
]
#include "ResourceMap.h"
class CCFragResource
{
public:
CCFragResource();
~CCFragResource();
static short GetCFragResRefNum(void)
{ return CFragResRefNum; };
private:
static long EntryCount;
static ResourceMapHandle CFragTopMapHdl;
static ResourceMapHandle ContainerTopMapHdl;
static ResourceMapHandle DLLTopMapHdl;
static short CFragResRefNum;
static short ContainerResRefNum;
};